home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ETO Development Tools 4
/
ETO Development Tools 4.iso
/
Tools - Objects
/
MacApp
/
MacApp 3.0a2
/
Tools
/
MABuildtool.MAMake
< prev
next >
Wrap
Text File
|
1991-05-01
|
1KB
|
42 lines
# Copyright © 1984-1991 by Apple Computer, Inc. All rights reserved.
# MABuild.MAMake
ToolName = MABuildTool
Creator = 'MPS '
# propagate dependencies back to the script's commando interface
DummyCommand =
"{ObjApp}{ToolName}" ƒƒ ∂
"{ObjApp}MABuild"
{DummyCommand}
# propagate the dependencies back to the script's commando interface
"{ObjApp}MABuild" ƒ ∂
"{SrcApp}MABuild.r"
{MAEcho} {EchoOptions} "Duplicating MABuild"
Duplicate "{MATools}MABuild" "{ObjApp}" -y
{MAEcho} {EchoOptions} "Rezzing: MABuild.r"
SET XToolStartTime `DATE -n`
{MARez} ∂
-d MAIncludeOtherViewTypes={MAIncludeOtherViewTypes} ∂
-d MAViewTypesSrc={MAOtherViewTypesSrc} ∂
-i "{SrcApp}" ∂
-i "{MARIncludes}" ∂
-o "{ObjApp}MABuild" ∂
-s "{ObjApp}" ∂
-s "{MALibraries}{SeparateObjectsFolder}" ∂
-s "{SrcApp}" ∂
-a ∂
{RezOptions} ∂
{OtherRezOptions} ∂
"{SrcApp}MABuild.r"
IF "{XTimes}"
{MAEcho} {EchoOptions} Elapsed time: `evaluate ∂`DATE -n ∂` - {XToolStartTime}` seconds
END
# the following line will get you some source for the commando interface
#derez MABuild "{RIncludes}Cmdo.r" "{RIncludes}Types.r" -m 80 -only 'cmdo' >MABuild.recovered.r